func internal/runtime/maps.newobject

9 uses

	internal/runtime/maps (current package)
		group.go#L346: 			newKey := newobject(typ.Key)
		group.go#L358: 			newElem := newobject(typ.Elem)
		map.go#L579: 		kmem := newobject(typ.Key)
		map.go#L587: 		emem := newobject(typ.Elem)
		runtime.go#L34: func newobject(typ *abi.Type) unsafe.Pointer
		runtime.go#L322: 						kmem := newobject(typ.Key)
		runtime.go#L330: 						emem := newobject(typ.Elem)
		table.go#L339: 				kmem := newobject(typ.Key)
		table.go#L347: 				emem := newobject(typ.Elem)